home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Informant Complete 1995 - 2000
/
Delphi Informant Complete 1995 to 2000.iso
/
Delphi Informant Magazine Complete Works SOURCE CODE 1995.rar
/
1995
/
DEC
/
DI9512CJ
/
demo2u.dfm
/
demo2u.txt
Wrap
Text File
|
1995-10-22
|
1KB
|
70 lines
object Form1: TForm1
Left = 296
Top = 128
Width = 339
Height = 251
Caption = 'Demo2 - FindKey Example 1'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
OnCreate = FormCreate
TextHeight = 16
object Label1: TLabel
Left = 29
Top = 11
Width = 121
Height = 16
Caption = 'Customer Number:'
end
object DBGrid1: TDBGrid
Left = 8
Top = 51
Width = 310
Height = 110
DataSource = DataSource1
TabOrder = 1
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = 'System'
TitleFont.Style = []
end
object Button1: TButton
Left = 30
Top = 178
Width = 113
Height = 33
Caption = 'FindKey'
TabOrder = 2
OnClick = Button1Click
end
object Edit1: TEdit
Left = 170
Top = 9
Width = 121
Height = 24
TabOrder = 0
end
object Button2: TButton
Left = 179
Top = 178
Width = 113
Height = 33
Caption = 'FindNearest'
TabOrder = 3
OnClick = Button2Click
end
object DataSource1: TDataSource
DataSet = Table1
Left = 29
Top = 30
end
object Table1: TTable
TableName = 'newcust'
Left = 67
Top = 36
end
end